home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software6 / Product13 / googlebar-0.9.5.06-fx.xpi / chrome / googlebar.jar / content / freshStart.xul < prev    next >
Extensible Markup Language  |  2005-02-20  |  1KB  |  45 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
  4.  
  5. <!DOCTYPE window SYSTEM "chrome://googlebar/locale/freshStart.dtd" >
  6.  
  7. <window xmlns:html="http://www.w3.org/1999/xhtml"
  8.         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  9.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.         headertitle="&googlebar.name;"
  11.         onload="setupTheseButtons()">
  12.  
  13. <script type="application/x-javascript" src="chrome://googlebar/content/googlebarUtil.js"/>
  14. <script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
  15. <script type="application/x-javascript" src="chrome://googlebar/content/freshStart.js"/>
  16.  
  17. <stringbundleset id="stringbundleset">
  18.     <stringbundle id="bundle_freshStart"     src="chrome://googlebar/locale/freshStart.properties"/>
  19. </stringbundleset>
  20.  
  21.   <spacer flex="1"/>
  22. <hbox align="center">
  23.   <spacer flex="1"/>
  24.   <button id="singleUserUninstallButton"
  25.   flex="1"
  26.   label="&singleUserUninstallButton.label;"
  27.   disabled="true"
  28.   hidden="true"
  29.   onclick="goConfirmUninstall('UChrm');"/>
  30.  
  31.   <spacer flex="1"/>  <spacer flex="1"/>  <spacer flex="1"/>  
  32.   <button id="multiUserUninstallButton"
  33.   flex="1"
  34.   label="&multiUserUninstallButton.label;"
  35.   disabled="true"
  36.   hidden="true"
  37.   onclick="goConfirmUninstall('AChrom');"/>
  38.  
  39.   <spacer flex="1"/>
  40. </hbox>
  41.   <spacer flex="1"/>
  42.  
  43. </window>
  44.  
  45.